Integrated Programming Environment - significado y definición. Qué es Integrated Programming Environment
Diclib.com
Diccionario en línea

Qué (quién) es Integrated Programming Environment - definición

SOFTWARE APPLICATION USED TO DEVELOP SOFTWARE
Integrated Development Environment; Integrated Design Environment; Application Generator; Integrated Developer Environment; Integrated debugging environment; Integrated Development Environments; Integrated Development Enviroment; Indegrated Development Environment; IDE-style interface; Appgen; Software development environment; Software Development Environment; Software development platform; Collaborative integrated development environment; Social integrated development environment; Web integrated development environment; Programming environment; Interactive Development Environment; Interactive development environment; WebIDE; Program development environment; Program Development Environments; Programming environments
  • [[GNU Emacs]], an extensible editor that is commonly used as an IDE on [[Unix-like]] systems
  • Vim with integrated auto-completion and linting through an external plugin

interactive development environment         
<programming, tool> (IDE, integrated development environment) A system for supporting the process of writing software. Such a system may include a syntax-directed editor, graphical tools for program entry, and integrated support for compiling and running the program and relating compilation errors back to the source. Such systems are typically both interactive and integrated, hence the ambiguous acronym. They are interactive in that the developer can view and alter the execution of the program at the level of statements and variables. They are integrated in that, partly to support the above interaction, the source code editor and the execution environment are tightly coupled, e.g. allowing the developer to see which line of source code is about to be executed and the current values of any variables it refers to. Examples include Visual C++ and Visual Basic. (2002-09-21)
Operating environment         
ENVIRONMENT IN WHICH USERS RUN APPLICATION SOFTWARE
Applications environment; Integrated applications environment; Applications manager
In computer software, an operating environment or integrated applications environment is the environment in which users run application software. The environment consists of a user interface provided by an applications manager and usually an application programming interface (API) to the applications manager.
Online integrated development environment         
BROWSER BASED INTEGRATED DEVELOPMENT ENVIRONMENT
Cloud IDE; Cloud integrated development environment; Online IDE
An online integrated development environment, also known as a web IDE or cloud IDE, is a browser based integrated development environment. An online IDE can be accessed from a web browser, such as Firefox, Google Chrome or Microsoft Edge, enabling software development on low-powered devices that are normally unsuitable.

Wikipedia

Integrated development environment

An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools, and a debugger. Some IDEs, such as NetBeans and Eclipse, contain the necessary compiler, interpreter, or both; others, such as SharpDevelop and Lazarus, do not.

The boundary between an IDE and other parts of the broader software development environment is not well-defined; sometimes a version control system or various tools to simplify the construction of a graphical user interface (GUI) are integrated. Many modern IDEs also have a class browser, an object browser, and a class hierarchy diagram for use in object-oriented software development.